From: Jim Blandy Date: Wed, 16 Jun 1993 22:09:24 +0000 (+0000) Subject: (LIBS_SYSTEM): Don't attempt to #define this if we already have a X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95285 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=bbe6a8e991b469ac2c12df5a1de5b3ea9a45a412;p=emacs.git (LIBS_SYSTEM): Don't attempt to #define this if we already have a definition of LIB_SYSTEM from s/usg5-4.h. --- diff --git a/src/m/delta88k.h b/src/m/delta88k.h index f896a35df2b..3b324d0059c 100644 --- a/src/m/delta88k.h +++ b/src/m/delta88k.h @@ -163,11 +163,14 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ */ #define USE_UTIME +/* previously defined in usg5-4, if we choose to use that. */ +#ifndef LIBS_SYSTEM #ifdef USG5_4 #define LIBS_SYSTEM -lsocket -lnsl #else #define LIBS_SYSTEM -lbsd -lg #endif /* USG5_4 */ +#endif #define NEED_TERMIOS